const github.com/andybalholm/brotli.reverseBitsMax
6 uses
github.com/andybalholm/brotli (current package)
huffman.go#L101: const reverseBitsMax = 8
huffman.go#L105: var kReverseBits = [1 << reverseBitsMax]byte{
huffman.go#L364: const reverseBitsLowest = (uint64(1) << (reverseBitsMax - 1 + reverseBitsBase))
huffman.go#L414: assert(huffmanMaxCodeLengthCodeLength <= reverseBitsMax)
huffman.go#L498: assert(root_bits <= reverseBitsMax)
huffman.go#L499: assert(huffmanMaxCodeLength-root_bits <= reverseBitsMax)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |